PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractVisualObjects Method / extractVisualObjects(boolean) Method
True if image data should be extracted and decoded.
In This Topic
    extractVisualObjects(boolean) Method
    In This Topic
    Extracts the page content as a list of visual Objects.
    Syntax
    public PDFVisualObjectCollection extractVisualObjects( 
       boolean includeImageData
    )

    Parameters

    includeImageData
    True if image data should be extracted and decoded.

    Return Value

    The collection of visual objects that are displayed on the page.
    See Also